services.wstunnel.clients.<name>.settings
Command line arguments to pass to wstunnel.
Attributes of the form argName = true; will be translated to --argName,
and argName = \"value\" to --argName value.
- Type
open submodule of attribute set of (boolean or signed integer or string or list of string)- Default
{ }- Example
{ someNewOption = true; someNewOptionWithValue = "someValue"; }- Declared
- <nixpkgs/nixos/modules/services/networking/wstunnel.nix>